home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / use.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  116b  |  9 lines

  1. #ifndef __use_h_
  2. #define __use_h_
  3.  
  4. void do_use( int fname );
  5. void reset_use( void );
  6. int  next_use( void );
  7.  
  8. #endif
  9.